|
SET SPRITE IMAGE
This command will set the image of the specified sprite.
SET SPRITE IMAGE Sprite Number, Image Number
Sprite Number
Integer
The sprite number
Image Number
Integer
You can manipulate which image the sprite uses by specifying an existing Image for the sprite
This command does not return a value.
You can manipulate which image the sprite uses by specifying an existing Image for the sprite. The parameters should be specified using integer values.
load image "man.bmp",1
load image "man.bmp",2
cls
sprite 1,100,100,1
set sprite image 1,2
do
loop
end
SPRITE Commands Menu
Index
|